ComponentOne ASP.NET MVC Controls
Format Property (InputTime<T>)

C1.Web.Mvc Namespace > InputTime<T> Class : Format Property
Gets or sets the format used to display the selected time (see Globalize).
Syntax
'Declaration
 
<DefaultValueAttribute("d")>
Public Property Format As String
[DefaultValue("d")]
public string Format {get; set;}
Remarks
The format string is expressed as a .NET-style time format string.
See Also

Reference

InputTime<T> Class
InputTime<T> Members